home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / programming / ace_basic / ace24.lha / prgs / Misc / boot.b < prev    next >
Encoding:
Text File  |  1996-09-11  |  110 b   |  10 lines

  1. {*
  2. ** Cold reboot the Amiga.
  3. *}
  4.  
  5. LIBRARY "exec.library"
  6.  
  7. DECLARE FUNCTION ColdReboot LIBRARY exec
  8.  
  9. ColdReboot
  10.